home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / RecordUntilPopup.xml209 < prev    next >
Text File  |  2007-07-04  |  1KB  |  31 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.     </TextStyles>
  5.  
  6.     <!-- placements -->
  7.     <Placements>
  8.         <Placement name="PopupBackground" loc="15,30"/>
  9.         <Placement name="FirstOption" loc="50.0,38" offset="7.0"/>
  10.         <Placement name="OkButton" loc="42,58.5"/>
  11.         <Placement name="CancelButton" loc="58.5,58.5"/>
  12.     </Placements>
  13.  
  14.     <!-- Composite Images -->
  15.     <CompositeImages>
  16.  
  17.         <CompositeImage name="PopupBackground" size="70,35">
  18.             <DrawRoundedRect loc="3,4" size="94,92" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>                        
  19.         </CompositeImage>
  20.  
  21.         <CompositeImage name="OptionNormal" size="63,7">                        
  22.             <DrawText text="@optionValue" loc="5,0" size="95,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  23.         </CompositeImage>
  24.  
  25.         <CompositeImage name="OptionSelected" size="63,7">
  26.             <DrawCommonImage name="GeneralSelection"/>            
  27.             <DrawText text="@optionValue" loc="5,0" size="95,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  28.         </CompositeImage>
  29.  
  30.     </CompositeImages>             
  31. </settings>